home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / programming / assembly / mapsrc.lha / macros / closefile < prev    next >
Encoding:
Text File  |  1980-02-19  |  98 b   |  9 lines

  1.  
  2. closefile: macro
  3.  
  4.     move.l diskopt_currantfile(a5),d1
  5.     move.l dosbase(a5),a6
  6.     jsr -36(a6)
  7.  
  8.     endm    
  9.